﻿@charset "utf-8";
/* @Author lifuting */

/* ----Reset---- */
*{ margin:0;padding:0;}
html{font-family:Arial, Helvetica, sans-serif,"宋体";font-size:12px;color:#464646;}
body{
     	color: #5b5b5b;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0px;
	padding: 0 0px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: white;
	background-image: url(../images/taianBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
     }

table { border-collapse:collapse; border-spacing:0;}
img, fieldset, abbr, acronym { border:none;}
a img { border:none; padding:0; margin:0;}
ol,ul,li { margin:0;padding:0; list-style:none;}
blockquote,q { quotes:none;}
input,select,textarea { margin:0;padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif,"宋体"; vertical-align:middle; color:#333;}
textarea{overflow-x:hidden; overflow-y:auto; border:#DADADA solid 1px;}
select{ height:22px; line-height:20px; border:1px solid #dadada;overflow:auto; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var{ font-style:normal;font-weight:normal;}
fieldset { border:none;}
/* ----End Reset---- */


/*---- Patchs---- */
.fl { float:left;}
.fr { float:right;}
.fn  { float:none;}
.cl { clear:left;}
.cr { clear:right;}
.cb { clear:both;}
.tl { text-align:left;}
.tr { text-align:right;}
.tc { text-align:center;}
.vat { vertical-align:top;}
.vam {vertical-align:middle;}
.displayNone { display:none;}
.displayBlock { display:block;}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
.break { word-break:break-all; word-wrap:break-word;}
html > body .break { overflow:hidden;}
.inlineBlock { display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
/*---- end Patchs---- */


/*----公共字体定义----*/
a {color:#4d4d4d;  text-decoration:none; cursor:pointer;}
a:hover { color:#0c4f95; text-decoration:underline;}
a {blr:expression(this.onFocus=this.blur())} 
.color1 { background:#F8F4F5;}



h1{ font-size:14px; color:#034285;}
h2{ font-size:16px; color:#034285;}
h3{ font-size:13px; color:#4D4D4D;}
h4{ font-size:12px; color:#034285;}

h5{ font-size:14px; color:#5F5F5F; font-weight:normal;}
h6{ font-size:14px; color:#727272; font-weight: bold;}

em { font-family:"宋体";}
.f2{ font-size:14px; color:#2A2A2A; }
.f3{ font-size:12px; color:#FE0103; }

.btn1, .btn2 { margin-left:10px; width:70px; height:24px; line-height:24px; border:0; cursor:pointer;background:#035fbf; color:#FFF;}
.btn2 { background:#4d4d4d;}

/*----表单----*/
.input,.input2,.input3,.input4{width:200px;height:16px;padding:2px 2px 2px 3px;border:1px solid #d3d3d3;}
.input1{width:35px;height:14px;margin:0 5px 0 5px;padding:2px 2px 2px 3px;line-height:16px;border:1px solid #D4D0C8;}
.input2{width:290px;}
.input3{width:130px;}
.input4{width:200px;}

/*----自适应按扭----*/
a.button{ display: block; padding-left:15px;line-height:30px;color:#000000;text-decoration:none;cursor:pointer;background: url(../imgs/btn.jpg) right top no-repeat;}
a.button span{ display:block;line-height:30px;padding-right:15px;color:#000000;text-decoration:none;background:url(../imgs/btn.jpg)  left top no-repeat;}

.button2{display:inline-block;line-height:26px;padding-left:10px;color:#7C7C7C;text-decoration:none;cursor:pointer;background:url(../Images/button3.gif) left top no-repeat;}
.button2 span{display:inline-block;line-height:26px;padding-right:10px;color:#7C7C7C;text-decoration:none;background:url(../Images/button3.gif) right top no-repeat;}

#layout_index_newsDiv {
    background-image: url("../images/index_newsbar_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px;
    line-height:30px;
    width:1000px;
    margin-left:10px;
}

#layout_index_newsDiv a{ color:White;}

.categoryBox{ padding-right:15px; background-color:White; overflow:hidden;}


